Skip to content

Avoid composite for fixed IDNA test data#191

Draft
Mirochill wants to merge 1 commit into
python-hyper:masterfrom
Mirochill:fix-187-remove-composite-warning
Draft

Avoid composite for fixed IDNA test data#191
Mirochill wants to merge 1 commit into
python-hyper:masterfrom
Mirochill:fix-187-remove-composite-warning

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • replace the fixed mock_idna_text composite strategy with just(...)
  • drop the now-unused composite-only imports from the Hypothesis tests

Closes #187.

Validation

  • Local tests were not run because this workspace is intentionally coordination-only.
  • Static validation only: git diff --check.
  • Relying on the repository's GitHub Actions checks for remote validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There is no reason to use @st.composite on a function which does not call the provided draw() function internally

1 participant